const crypto/internal/fips140/bigmod.yes
15 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L37: const yes = choice(1)
nat.go#L179: if x.cmpGeq(m.nat) == yes {
nat.go#L251: equal := yes
nat.go#L266: zero := yes
nat.go#L572: if m.nat.IsZero() == yes || m.nat.IsOne() == yes {
nat.go#L1121: if a.IsZero() == yes || m.IsZero() == yes {
nat.go#L1155: if u.IsOdd() == yes && v.IsOdd() == yes {
nat.go#L1175: if A.IsOdd() == yes || B.IsOdd() == yes {
nat.go#L1184: if C.IsOdd() == yes || D.IsOdd() == yes {
nat.go#L1193: if v.IsZero() == yes {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |